-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
changefeed(ticdc): add namespace info into ChangeFeedID #5300
changefeed(ticdc): add namespace info into ChangeFeedID #5300
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
…o-into-changefeed # Conflicts: # pkg/cmd/cli/cli_changefeed_helper.go
/run-integration-tests |
/run-verify-test |
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. @@ Coverage Diff @@
## master #5300 +/- ##
================================================
- Coverage 56.1240% 56.1045% -0.0195%
================================================
Files 522 527 +5
Lines 65325 69039 +3714
================================================
+ Hits 36663 38734 +2071
- Misses 25094 26576 +1482
- Partials 3568 3729 +161 |
/run-kafka-integration-test |
# Conflicts: # cdc/kv/client.go # cdc/kv/client_bench_test.go # cdc/kv/client_test.go # cdc/kv/region_worker.go # cdc/processor/pipeline/puller.go # cdc/processor/processor.go # cdc/puller/puller_test.go # cdc/sink/mq/mq.go # cdc/sink/mysql/mysql.go
/run-all-tests |
/rest LGTM |
Co-authored-by: dongmen <20351731+asddongmen@users.noreply.github.com>
Co-authored-by: dongmen <20351731+asddongmen@users.noreply.github.com>
/merge |
@asddongmen: In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
/run-verify-test |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: a7a8bdc
|
/run-integration-tests |
What problem does this PR solve?
Issue Number: ref #5301
What is changed and how it works?
make ChangefeedID to an struct
after this PR, all changefeed has an default namespace value, "default"
namesapce and ID pair is unique in one ticdc cluster
Check List
Tests
Code changes
Side effects
Related changes
Release note